From: Ævar Arnfjörð Bjarmason Date: Sat, 8 Oct 2005 16:02:24 +0000 (+0000) Subject: * Documentation fix X-Git-Tag: 1.6.0~1504 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=854f5ea5fb64fa485b13a89778490fe9b124a651;p=lhc%2Fweb%2Fwiklou.git * Documentation fix --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 8593613018..350e772011 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -298,7 +298,7 @@ $wgCacheSharedUploads = true; /** * Point the upload navigation link to an external URL * Useful if you want to use a shared repository by default - * without disabling local uploads + * without disabling local uploads (use $wgEnableUploads = false for that) * e.g. $wgUploadNavigationUrl = 'http://commons.wikimedia.org/wiki/Special:Upload'; */ $wgUploadNavigationUrl = false;